home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / multimedia / xnview / XnView-win.exe / {app} / WebTemplate / Simple (Deutsch) / nav / style.css < prev   
Cascading Style Sheet File  |  2005-06-15  |  1KB  |  64 lines

  1. body, table, th, td, a {
  2.    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  3. }
  4. body {
  5.    background: #dadada;
  6.    color: #000000;
  7. }
  8. a:link, a:visited {
  9.    color: #64643c;
  10. }
  11. a:active, a:hover {
  12.    color: #000000;
  13. }
  14. img {
  15.  border: none;
  16. }
  17. table {
  18.  background: #ffffff;
  19.  border: none;
  20.  border-collapse: collapse;
  21.  margin-left: auto;
  22.  margin-right: auto;
  23. }
  24. div.center {
  25.  width: auto;
  26.  margin-left: auto;
  27.  margin-right: auto;
  28.  text-align: center;
  29. }
  30. table.outertable {
  31.    border: 1px solid #b1b13c;
  32. }
  33. th.header {
  34.    background: url(header.png);
  35.    color: #64643c;
  36.    font-size: 22px;
  37.    font-weight: bold;
  38.    height: 53px;
  39.    padding: 0 10px 0 10px;
  40.    vertical-align: middle;
  41.    text-align: left;
  42. }
  43. td.content {
  44.    padding: 10px 10px 0 10px;
  45.    vertical-align: middle;
  46.    font-size: 12px;
  47. }
  48. td.footer {
  49.    color: #808080;
  50.    font-size: 10px;
  51.    padding: 20px 10px 10px 10px;
  52. }
  53. td.thumbs {
  54.    color: #000000;
  55.    font-size: 10px;
  56.    width: 10em;
  57.    vertical-align: baseline;
  58.    padding: 10px 5px 5px 5px;
  59. }
  60. td.navi {
  61.    font-size: 12px;
  62.    padding: 10px;
  63. }
  64.